home *** CD-ROM | disk | FTP | other *** search
/ Apple Marketing ToolKit - Product Photo Library 9 / Product Library.cdr / xtras / PopMenu Xtra™ / PopMenu Xtra™.rsrc / TEXT_1003_text_functionNames.txt < prev    next >
Text File  |  1996-10-18  |  2KB  |  72 lines

  1. setMenu member memberID, menuText
  2.     set the text of the menu definition
  3.  
  4. clearMenu member memberID
  5.     clear the entire menu definition
  6.  
  7. refreshMenu member memberID
  8.     refresh the menu definition based on the current setting for the menuField property
  9.  
  10. appendItem member memberID, menuspec (str), menutext (str)
  11.     append a menu item to the menu definition
  12.  
  13. insertItem member memberID, menuspec (str), menutext (str)
  14.     insert a menu item in the menu definition
  15.  
  16. deleteItem member memberID, menuspec (str)
  17.     delete a menu item from the menu
  18.  
  19. disableItem member memberID, menuspec (str)
  20.     disable a menu item in the menu definition
  21.  
  22. enableItem member memberID, menuspec (str)
  23.     enable a menu item in the menu definition
  24.  
  25. getItem member memberID, menuspec (str)
  26.     get the menu item stored in a specific place in the menu definition
  27.  
  28. setItem member memberID, menuspec (str), menuText (str)
  29.     set the menu item stored in a specific place in the menu definition
  30.  
  31. clearMarks member memberID
  32.     clear all marks stored for the selected menu items
  33.  
  34. setItemMark member memberID, menuspec (str), markType
  35.     set the item mark stored for the specified menu item
  36.  
  37. setAutoMark member memberID, boolean
  38.     set whether or not marks are to be used in the menu
  39.  
  40. setAutoText member memberID, boolean
  41.     set whether or not the last selection item should be automatically displayed
  42.  
  43. setIndicatorPresent member memberID, boolean
  44.     set the type of menu indicator to be used in the menu
  45.  
  46. setFont member memberID, fontname
  47.     set the name of the font to use in the menu
  48.  
  49. setFontSize member memberID, size
  50.     set the size of the text in the menu
  51.  
  52. setLook member memberID, look
  53.     set the appearance of the clickable PopMenu area
  54.  
  55. setItemStyle member memberID, menuspec (str), styleInteger  (Macintosh only)
  56.     set the style appearance of a specific menu item of the menu
  57.  
  58. setForecolor member memberID, indexValue or rgbValue
  59.     set the foreColor of the menu
  60.  
  61. setBackcolor member memberID, indexValue or rgbValue
  62.     set the backColor of the menu
  63.  
  64. selectedSpec(member memberID)
  65.     get the menu item specification for the most recently selected menu item
  66.  
  67. selectedText(member memberID)
  68.     get the menu item text for the most recently selected menu item
  69.  
  70. wasLastMenuValid(member memberID)
  71.     identifies if the last menu definition assigned was valid
  72.